-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monorepo plugin #630
Open
apaleslimghost
wants to merge
13
commits into
roots-manuva
Choose a base branch
from
monorepos-monorepos-monorepos
base: roots-manuva
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Monorepo plugin #630
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apaleslimghost
commented
Apr 24, 2024
apaleslimghost
force-pushed
the
monorepos-monorepos-monorepos
branch
from
May 9, 2024 08:58
a617d77
to
456ce34
Compare
ivomurrell
reviewed
May 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm very happy that this is so simple! though the proof is in the cp-content-pipeline pudding...
apaleslimghost
force-pushed
the
monorepos-monorepos-monorepos
branch
2 times, most recently
from
July 25, 2024 11:30
b451dfb
to
32c9c65
Compare
apaleslimghost
force-pushed
the
monorepos-monorepos-monorepos
branch
from
July 25, 2024 13:41
32c9c65
to
15d7b26
Compare
apaleslimghost
force-pushed
the
monorepos-monorepos-monorepos
branch
from
July 25, 2024 13:47
15d7b26
to
3c24d34
Compare
apaleslimghost
force-pushed
the
monorepos-monorepos-monorepos
branch
2 times, most recently
from
July 25, 2024 16:02
0e0ae70
to
5a89031
Compare
apaleslimghost
changed the base branch from
task-context
to
split-config-loading
July 25, 2024 16:03
apaleslimghost
force-pushed
the
split-config-loading
branch
from
July 29, 2024 11:25
a1b1e34
to
a9b88bd
Compare
apaleslimghost
force-pushed
the
monorepos-monorepos-monorepos
branch
from
July 29, 2024 11:26
5a89031
to
52b4fc2
Compare
apaleslimghost
force-pushed
the
split-config-loading
branch
from
October 1, 2024 13:15
a9b88bd
to
5355541
Compare
apaleslimghost
force-pushed
the
monorepos-monorepos-monorepos
branch
from
October 1, 2024 13:17
52b4fc2
to
4f9a816
Compare
apaleslimghost
force-pushed
the
monorepos-monorepos-monorepos
branch
from
November 4, 2024 11:07
4f9a816
to
68a31e5
Compare
4 tasks
apaleslimghost
force-pushed
the
monorepos-monorepos-monorepos
branch
from
November 8, 2024 10:21
d2b5026
to
9a99482
Compare
apaleslimghost
force-pushed
the
roots-manuva
branch
from
November 8, 2024 10:22
53f2298
to
e90de8b
Compare
apaleslimghost
force-pushed
the
monorepos-monorepos-monorepos
branch
from
November 8, 2024 10:23
9a99482
to
66e744c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pretty barebones right now, but it works!
just exports a task. if you want to run commands in your workspace packages, run that task at the toplevel, and it will run the same command in the workspace
example
.toolkitrc.yml
packages/something/.toolkitrc.yml
npx dotcom-tool-kit test:local
in the root runstest:local
inpackages/something
, which runsCypress
refactors some stuff in the core to expose some internals needed for the monorepo task→ WIP: make tool kit config loading agnostic of CWD #709rudimentary error handling and logging, i would like to go through this with a fine tooth comb when i get chance
opened as a draft as i want to discuss whether it's worth merging in its current state or if it needs fleshing out a bit more
still to do: